CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - BP算法 matlab

搜索资源列表

  1. BP算法大全

    3下载:
  2. 一个关于bp算法的大全,有matlab、c、c++的源代码都有,还有bp神经网络源程序,感兴趣的就看看吧-an algorithm on the Encyclopaedia bp, Matlab, c, c have the source code, there bp neural network source, interested to see it on
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:22411
    • 提供者:李杰
  1. bp算法

    0下载:
  2. bp算法的源代码,由于很多程序都是利用matlab工具箱函数做的,不利于是用这个性化设计,对于观察网络内部的结构也带来一定困难,这个算法就可以让社记者跟踪训练过程-bp algorithm source code, a lot of procedures are using Matlab Toolbox function done, then use the negative nature of the design, the internal network for observation o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:955290
    • 提供者:马伟华
  1. 用MATLAB开发的BP算法源程序

    2下载:
  2. 基于神经网络工具箱函数trainbp和simuff实现的BP算法源程序,内附样本数据和测试数据。-based on neural network toolbox function and simuff trainbp BP algorithm to achieve the source, containing sample data and test data.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:555
    • 提供者:萧雪鱼
  1. BP

    0下载:
  2. 神经网络的BP算法matlab程序,程序简短,供大家参考
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:880
    • 提供者:李娴
  1. 遗传算法优化BP神经网络的权值的matlab程序源代码

    25下载:
  2. 遗传算法优化BP神经网络的权值的matlab程序源代码。,Genetic algorithm BP neural network weights of the matlab source code.
  3. 所属分类:matlab例程

    • 发布日期:2015-05-18
    • 文件大小:130872
    • 提供者:hexing
  1. BP-for-xor 用bp算法解决异或问题

    0下载:
  2. 用bp算法解决异或问题,学习异或,文件为matlab程序源代码,可以直接运行-XOR with bp algorithm to solve the problem, learning differences or, as the matlab program source code file, you can directly run
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-24
    • 文件大小:19462
    • 提供者:kelaosuo
  1. bp.pso.rar

    0下载:
  2. 标准BP神经网络算法程序:动量BP算法程序:% 调用 TRAINGDX 算法训练 BP 网络 粒子群优化神经网络源程序,The standard BP neural network algorithm procedure: momentum BP algorithm procedure: TRAINGDX called BP network training algorithm particle swarm optimization neural network source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:11539
    • 提供者:依然
  1. PSOGABPDRNN.rar

    1下载:
  2. 此包含有遗传算法、粒子群算法、BP算法优化对角递归神经网络的MATLAB程序,This includes genetic algorithms, particle swarm optimization, BP algorithm for diagonal recurrent neural network of the MATLAB program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:134493
    • 提供者:zhangguosheng
  1. dct_cs

    1下载:
  2. 采用BP算法来实现压缩感知的信号重构示例。BP算法由线性规划来实现,稀疏基为DCT基,信号为语音信号-an example of using BP algorithm for signal reconstruction in compressed sensing. BP algorithm is implemented by linear programming, sparse basis is the DCT basis, the signal used is speech
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:724
    • 提供者:Haiyan Guo
  1. ACO-BP

    4下载:
  2. 实现了蚁群算法与BP神经网络的结合。 -ACO-BP
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-11-22
    • 文件大小:2146
    • 提供者:lwd
  1. BP

    1下载:
  2. MATLAB小程序,实现模式识别中的BP算法,并且附实验结果图。-MATLAB small programs to achieve the BP algorithm for pattern recognition, and the experimental results attached map.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:113964
    • 提供者:xiaoxiaoyuan
  1. BP

    1下载:
  2. 一种改进的BP算法 MAtlab运用于预测-An improved BP algorithm is applied to predict MAtlab
  3. 所属分类:matlab例程

    • 发布日期:2012-11-01
    • 文件大小:1673
    • 提供者:jason
  1. BP

    0下载:
  2. 神经网络BP算法的实现和两个小例子,其中包括两个.m文件和一个说明文档-Implementation of neural network BP algorithm and two small examples, including two. M file and a documentation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:93887
    • 提供者:hujuan123
  1. 根据Matlab实现的一个bp算法程序

    0下载:
  2. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:555
    • 提供者:江原
  1. 2008101523144260

    1下载:
  2. 一、用GA直接训练BP网络的权重算法 主程序:gafault.m 它包括以下子程序: 1. BP网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; 二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 主程序:gabpfault.m 它包括以下子程序: 1. 网络初始化:nninit.m――给出P,T,
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:36402
    • 提供者:梅丽
  1. bpsuanfa

    0下载:
  2. 模式分类,BP算法,给出查全率和差准率,对隐含层书目进行讨论-Pattern classification, BP algorithm, given recall rate and the poor precision of the hidden layer bibliographic discussion
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1490
    • 提供者:曹红丽
  1. 基本BP算法

    0下载:
  2. 基本bp算法,输入随机生成样本训练网络,利用训练好的网络对输出值进行预测(Basic BP algorithm, input random generation sample training network)
  3. 所属分类:matlab例程

  1. BP算法

    2下载:
  2. 适用于合成孔径雷达时域后向投影(BP)成像算法仿真(Simulation of time domain back projection (BP) imaging algorithm for synthetic aperture radar)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:张W
  1. BP 神经网络算法 matlab 代码:

    0下载:
  2. BP 神经网络算法 matlab 代码:(BP neural network algorithm matlab code:)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-02
    • 文件大小:206848
    • 提供者:Panta丶
  1. BP

    10下载:
  2. 采用BP算法直接实现圆周SAR成像,matlab代码(Circular SAR BP Imaging Algorithm)
  3. 所属分类:其他

    • 发布日期:2019-04-01
    • 文件大小:1024
    • 提供者:zjf1qaz
« 1 23 4 5 6 7 8 9 10 ... 49 »
搜珍网 www.dssz.com